func vendor/golang.org/x/crypto/internal/poly1305.add128

3 uses

	vendor/golang.org/x/crypto/internal/poly1305 (current package)
		sum_generic.go#L121: func add128(a, b uint128) uint128 {
		sum_generic.go#L217: 		m1 := add128(h1r0, h0r1) // These two additions don't overflow thanks again
		sum_generic.go#L218: 		m2 := add128(h2r0, h1r1) // to the 4 masked bits at the top of r0 and r1.